intermediate adj. 中間的,居間的。 The intermediate class (船的)特別三等。 An intermediate compound 中間化合物;中間體。 n. 中間物;中間分子,中間人;【化學(xué)】中間體;期中考試;中間試驗(yàn)。 vi. 起調(diào)解作用;起媒介作用 (between)。 Intermediate culture 補(bǔ)植。 Intermediate elements 中間分子。 adv. -ly 在中間。 -ness, -diacy n. 調(diào)解。
Code generation arm / thumb instuctions are converted into ir ( intermediate representation ) , which are translated into x86 instructions later 代碼生成描述了arm / thumb機(jī)器指令對(duì)應(yīng)的中間代碼,以及生成x86機(jī)器指令的過(guò)程。
Moreover , we present an intermediate representation for parsing tree of cfl sentence that can be easily implemented and needs less space occupancy 此外,為上下文無(wú)關(guān)語(yǔ)言句子的分析樹(shù)設(shè)計(jì)了一種簡(jiǎn)單表示形式,這種表示形式可以提高空間效率,并且易于實(shí)現(xiàn)。
Basing on the muti - threads parallel model on shered memory , we make some research and test of program parallelization on source code level and intermediate representation level 根據(jù)基于共享內(nèi)存方式的多線程并行模型,對(duì)于在源代碼級(jí)和中間代碼級(jí)進(jìn)行程序并行化做了一些研究和實(shí)驗(yàn)。
Nlidb is thespecificapplicationofnaturallanguageprocessingtechniqueindatabasefield . the traditional methods of nli designing include pattern - matching , syntax analysis , semantic grammar , and intermediate representation languages 自然語(yǔ)言接口設(shè)計(jì)的傳統(tǒng)方法包括模板匹配、句法分析、語(yǔ)義語(yǔ)法和中間表述語(yǔ)言等。
At the same time , we make analysis about the several popular ir ( intermediate representation ) ( rtl , whirl , jvm ) and implement an assembler which can translate the ir to the object code of virtual machine . we also make some talking about the vm ( virturl machine ) technology relating to the ir , read and analyze the source codes of jvm and hec vm 同時(shí),對(duì)幾種比較流行的中間代碼( rtl 、 whirl 、 java虛擬機(jī)指令)進(jìn)行了分析,實(shí)現(xiàn)了一個(gè)把中間代碼編譯成虛擬機(jī)目標(biāo)代碼的匯編器。此外,還對(duì)與中間代碼密切相關(guān)的虛擬機(jī)技術(shù)進(jìn)行了討論,閱讀并分析了java虛擬機(jī)和hec虛擬機(jī)實(shí)現(xiàn)的源代碼,在此基礎(chǔ)上,提出了并行虛擬機(jī)的設(shè)計(jì)構(gòu)想,通過(guò)并行虛擬機(jī)實(shí)現(xiàn)對(duì)串行程序的自動(dòng)并行優(yōu)化和達(dá)到并行程序語(yǔ)言的跨平臺(tái)性。
However , gcc ca n ' t support all embedded equipements , there are still many platforms need cross - compilers . with the background of developing a renovated cross - compiler named zltcg supporting processor mipsx , this thesis analyzes the architecture of gcc cross - compiler system , deeply studies the intermediate representation and machine description which the portability of gcc are based on , and realizes porting of gcc cross - compiler system to a target processor mipsx 本論文以交叉編譯系統(tǒng)zltcg的開(kāi)發(fā)為背景,詳細(xì)介紹了交叉編譯系統(tǒng)gcc的體系結(jié)構(gòu),對(duì)其高度可移植性所依賴(lài)的中間表示和機(jī)器描述技術(shù)進(jìn)行深入研究,并在此基礎(chǔ)上完成了gcc在目標(biāo)機(jī)mipsx上的移植工作。
According to the program structure of ansi c , some syntax - tree - nodes are designed in front - end , including function , block , data structure , type , expression , identifier and so on . syntax tree is divided into three levels , namely program level , function level and block level , which are useful for analysis of syntax and semantic in compiler as well as transferring syntax tree into rtl . retargetable compiler mainly includes intermediate representation , machine description and interface technique between compiler and machine description 編譯前端的實(shí)現(xiàn)技術(shù)包括詞法分析、語(yǔ)法語(yǔ)義分析和中間代碼生成技術(shù)等,針對(duì)ansic的程序結(jié)構(gòu),分別設(shè)計(jì)了函數(shù)、塊、數(shù)據(jù)結(jié)構(gòu)、類(lèi)型、表達(dá)式、標(biāo)識(shí)符等語(yǔ)法樹(shù)結(jié)點(diǎn),并將語(yǔ)法樹(shù)分成編譯層次、函數(shù)聲明和塊三個(gè)不同層次,使語(yǔ)法樹(shù)具有清晰的層次結(jié)構(gòu),有利于編譯程序的語(yǔ)法和語(yǔ)義分析,以及從語(yǔ)法樹(shù)到rtl中間表示的轉(zhuǎn)換。